Fill(Color, Rectangle[])

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Surface


Performs a fast fill of rectangles with the specified color. No alpha blending is performed if alpha channel data is present.

Syntax

public void Fill(
	Color color,
	Rectangle[] rectangles
)

Parameters

rectangle

Rectangles to fill

color

Color to fill with


Back to index